﻿.index-col {
	background: url(../images/indexBg.jpg) no-repeat center;
	background-size: cover;
}

/*banner*/

.banner {
	display: flex;
	overflow: hidden;
}

.banner .ban-box {
	position: relative;
}

.ban-box .swiper-slide {
	position: relative;
	overflow: hidden;
}

.ban-box .ban-img img {
	width: 100%;
	height: 700px;
	object-fit: cover;
}

.ban-box .ban-col {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.ban-box .ban-col .content {
	margin-top: -80px;
}

.ban-col .content h3 {
	font-size: 48px;
	font-family: 'sy-b';
	text-transform: uppercase;
	line-height: 1;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8);
}

.ban-col .content h2 {
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'hg';
	margin: 20px 0 80px;
	line-height: 1.2;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8);
	letter-spacing: 2px;
}

.ban-col .content a {
	display: flex;
	align-items: center;
	width: 240px;
	height: 63px;
	justify-content: center;
	background: #fff;
	position: relative;
	z-index: 0;
}

.ban-col .content a span {
	display: block;
	color: #51b435;
	font-size: 16px;
	margin-right: 20px;
	transform: translateY(1px);
}

.ban-col .content a i {
	display: block;
	width: 30px;
	height: 1px;
	background: #51b435;
}

.ban-col .content a:before {
	content: "";
	background: #51b435;
	width: 100%;
	height: 0;
	transition: all 0.4s ease-in-out;
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	opacity: 0;
}

.ban-col .content a:hover span {
	color: #fff;
}

.ban-col .content a:hover i {
	background: #fff;
}

.ban-col .content a:hover:before {
	top: 0;
	height: 100%;
	opacity: 1;
}
.ban-box .swiper-pagination {
	position: absolute;
	bottom: 20px;
	transform: translateX(-50%);
	left: 50%
}
.ban-box .swiper-pagination .swiper-pagination-bullet{
	margin: 0px 10px;
	width: 8px;
	height: 8px;
	background:rgba(255,255,255,0.6);
	opacity: 1;
	border-radius: 5px;
	transition: all 0.4s;
}
.ban-box .swiper-pagination span.swiper-pagination-bullet-active{
	background:rgba(255,255,255,1);
	width: 50px;
}
.ban-box .swiper-button-next,
.ban-box .swiper-button-prev {
	display: block;
	margin: 0;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	transform: translateY(-50%);
	left: auto;
	right: auto;
	font-size: 40px;
	transition: all 0.4s;
}

.ban-box .swiper-button-prev {
	left: 0;
}

.ban-box .swiper-button-next {
	right: 0;
}

.ban-box .swiper-button-prev:hover,
.ban-box .swiper-button-next:hover {
	color: #0c8de0;
}


.ban-box li.swiper-slide-active .ban-col .content h3 {
	animation-name: fadeInUp;
	animation-duration: 1.2s;
	animation-delay: 0.2s;
	animation-fill-mode: both;
}

.ban-box li.swiper-slide-active .ban-col .content h2 {
	animation-name: fadeInUp;
	animation-duration: 1.2s;
	animation-delay: 0.4s;
	animation-fill-mode: both;
}

.ban-box li.swiper-slide-active .ban-col .content a {
	animation-name: fadeInUp;
	animation-duration: 1.2s;
	animation-delay: 0.6s;
	animation-fill-mode: both;
}


a.more1{
	display: block;
	width: 200px;
	line-height: 55px;
	background: url(../images/jt4.png) no-repeat 90% center #51b435;
	font-size: 16px;
	color: #fff;
	text-indent: 35px;
	border-radius: 5px;
	cursor: pointer;
	text-align: left;
	transition: all 0.6s ease-out;
}
a.more1:hover{
	text-indent: 40px;
	color: #fff;
	background: url(../images/jt4.png) no-repeat 85% center #51b435;
}


/*index-tit*/
.index-tit h3 span {
	display: inline-block;
	vertical-align: text-bottom;
	font-size: 56px;
	color: #1a1a1a;
	font-family: MontHeavyDEMO;
	line-height: 1em;
}
.index-tit h3 i {
	display: inline-block;
	vertical-align: text-bottom;
	width: 70px;
	height: 16px;
	border-radius: 2px;
	background: linear-gradient(90deg,#0c8de0 , #9eb4d9);
	position: relative;
	margin-left: -62px;
	z-index: -1;
}

.index-tit  h2 {
	font-family: sy-n;
	color: #333;
	font-size: 28px;
	line-height: 1;
	margin-top: 10px;
}
a.btnMore {
	width: 185px;
	height: 55px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(90deg, #0c8de0 , #9eb4d9);
	transition: all 0.3s;
	margin: 60px 0 10px;
}
a.btnMore span {
	display:block;
	font-size:15px;
	color:#fff;
	font-family:pop-r;
}
a.btnMore i {
	display:block;
	width:0;
	height:5px;
	background:url(../images/btnMore.png) no-repeat center;
	transition:all 0.3s;
}
a.btnMore:hover i {
	margin-left:10px;
	width:20px;
}
a.btnMore:hover {
	box-shadow:0 3px 5px 1px rgba(0,0,0,0.2);
}


.banner_news{
	padding:30px 0;
	background:#51b435;
}
.news_list1{
	display: flex;
	flex-wrap: wrap;
}
.news_list1 li{
	width: 31%;
	margin-right: 3.5%;
}
.news_list1 li:last-child{
	margin-right:0;
}
.news_list1 li a{
	display: block;
	color: #fff;
	padding: 0 52px;
	background:url(../images/list1.png) no-repeat left center;
	border-right: 1px solid #fff;
}
.news_list1 li:last-child a{
	border: none;
}

.news_list1 li a span{
	display: block;
	line-height: 2em;
	font-size: 14px;
}
.news_list1 li a h3{
	font-size:16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 2em;
}

@media(max-width: 1600px){
	.news_list1 li a h3{
		font-size:15px;
	}
}
@media(max-width: 1440px){
	.banner_news{
		padding:20px 0;
	}
}
@media(max-width: 1259px){
	.banner_news{
		padding:15px 0;
	}
	.news_list1 li{
		width: 32%;
		margin-right: 2%;
	}
	.news_list1 li a{
		padding: 0 25px 0 50px;
	}
	.news_list1 li a h3{
		font-size:14px;
	}
}
@media(max-width: 1024px){

}
@media(max-width: 768px){

}
@media(max-width: 767px){
	.banner_news{
		display: none;
	}
}



.ui-title{
	margin-bottom:80px;
}
.ui-title h3{
	font-size:40px;
	color: #1a1a1a;
	line-height: 1em;
	margin-bottom:15px;
	font-weight: 700;
	font-family: sy-b;
}
.ui-title p{
	font-size:16px;
	color: #333;
}
.ui-title p span{
	display: inline-block;
	width: 80px;
	height: 1px;
	background: #51b435;
	position: relative;
	top: -6px;
	margin-left: 15px;
}
.ui-title .more1{
	float: right;
	margin-top: 22px;
}
.index-pro{
	margin-top: 80px;
}
.product_list1{
	display: flex;
	flex-wrap: wrap;
	margin-top:50px;
}
.product_list1 li{
	width: 24%;
	margin-right: 1%;
	margin-bottom:18px;
	background: #f5f5f5;
	position: relative;
}
.product_list1 li:nth-child(4n){
	margin-right: 0;
}
.product_list1 li a{
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;

}
.product_list1 li a .text{
	padding: 30px 50px;
	text-align: center;
}
.product_list1 li a .text .t-bg{
	background: rgba(255,255,255,0.5);
	padding: 25px 0px;
}
.product_list1 li a .text p{
	font-size:20px;
	color: #999999;
	line-height: 1.2em;
	height: 2.4em;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0px 10px;
}
.product_list1 li a .text h3{
	font-size:28px;
	color: #333;
	line-height: 1.2em;
	padding: 0px 10px;
	height: 2.4em;
}
.product_list1 li a .text span{
	display: inline-block;
	font-size: 16px;
	padding-left: 65px;
	background:url(../images/projt.png) no-repeat left center;
	line-height: 46px;
	height: 46px;
	color: #4c4c4c;
	margin-top:120px;
}
.product_list1 li a .img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align:center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 9;
	opacity: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.product_list1 li a .txt{
	position: absolute;
	top:50%;
	left:50%;
	margin-left: -110px;
	margin-top:-110px;
	background:rgba(81,180,53,.9);
	width: 220px;
	height: 200px;
	border-radius: 50%;
	text-align:center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index:10;
	color: #fff;
	opacity: 0;
	transition: all 0.6s ease-out;
}
.product_list1 li a .txt h3{
	font-size: 22px;
	max-width: 180px;
	margin: 0 auto;
	line-height: 1.6em;
	padding-top: 25px;
}
.product_list1 li a .txt span{
	display: block;
	margin-top:25px;
}
.product_list1 li:hover a .text{
	opacity: 0;
}
.product_list1 li:hover a .img{
	opacity: 1;
}
.product_list1 li:hover a .txt{
	opacity: 1;
}
@media(max-width: 1680px){
	.product_list1 li a .text p{
		font-size: 20px;
	}
	.product_list1 li a .text h3{
		font-size: 32px;
	}
}
@media(max-width: 1680px){
	.product_list1 li a .text p{
		font-size: 18px;
	}
	.product_list1 li a .text h3{
		font-size: 24px;
	}
}




.index-about{
	background:url(../images/aboutbg.jpg) no-repeat center;
	background-size: cover;
	padding:110px 0 130px;
	/*background-attachment: fixed;*/
	margin-top: 60px;
	position: relative;
}
.index-about:before{
	width: 100%;
	height: 100%;
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
}
.index-about .ui-title{
	margin-bottom:45px;
}
.index-about .ui-title h3{
	color: #fff;
}
.index-about .ui-title p{
	color: #fff;
}
.index-about .ui-title p span{
	background:#fff;
}
.index_about{
	display: flex;
	flex-wrap: wrap;
	border: 1px solid rgba(255,255,255,.1);
}
.index_about_text{
	width: 52%;
	padding:50px 5%;
	border-right: 1px solid rgba(255,255,255,.2);
}
.index_about_text h4{
	font-size:32px;
	color: #ffffff;
	font-weight: 500;
	position: relative;
	padding-bottom: 10px;
	line-height: 2em;
}
.index_about_text h4:before{
	content: '';
	position: absolute;
	left:0;
	bottom:0;
	width: 115px;
	height: 3px;
	background:#51b435;
}
.index_about_text p{
	font-size:16px;
	color: #afb1b4;
	margin:25px 0 75px;
	line-height: 2em;
}

.index_about_sz{
	width: 48%;
}
.index_about_sz ul{
	display: flex;
	flex-wrap: wrap;
	height: 100%;
}
.index_about_sz ul li{
	width: 50%;
	/*    height: 50%;*/
	padding-left: 45px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 99;
	transition: all 0.6s ease-out;
}
.index_about_sz ul li:nth-child(1),.index_about_sz ul li:nth-child(2){
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.index_about_sz ul li:nth-child(1),.index_about_sz ul li:nth-child(3){
	border-right: 1px solid rgba(255,255,255,.2);
}
.index_about_sz ul li p.p1{
	color: #fff;
}
.index_about_sz ul li p.p1 span{
	font-size:60px;
	font-family: 'impact';
	line-height: 1em;
}
.index_about_sz ul li p.p1 sub{
	font-size:20px;
	font-family: 'arial';
	margin-left: 5px;
	display: inline-block;
	line-height: 1.6em;
}
.index_about_sz ul li p.p2{
	font-size:18px;
	color: #afb1b4;
	line-height: 2em;
}
.index_about_sz ul li:nth-child(1){
	background:url(../images/sz1.png) no-repeat right center;
}
.index_about_sz ul li:nth-child(1):hover{
	background:url(../images/sz1_h.png) no-repeat right bottom #51b435;
	transition: all 0.6s;
}
.index_about_sz ul li:nth-child(2){
	background:url(../images/sz2.png) no-repeat right center;
}
.index_about_sz ul li:nth-child(2):hover{
	background:url(../images/sz2_h.png) no-repeat right bottom #51b435;
	transition: all 0.6s;
}
.index_about_sz ul li:nth-child(3){
	background:url(../images/sz3.png) no-repeat right center;
}
.index_about_sz ul li:nth-child(3):hover{
	background:url(../images/sz3_h.png) no-repeat right bottom #51b435;
	transition: all 0.6s;
}
.index_about_sz ul li:nth-child(4){
	background:url(../images/sz4.png) no-repeat right center;
}
.index_about_sz ul li:nth-child(4):hover{
	background:url(../images/sz4_h.png) no-repeat right bottom #51b435;
	transition: all 0.6s;
}
@media(max-width: 1800px){
	.index_about_text{
		padding:30px 5%;
	}
}
@media(max-width: 1600px){
	.index_about_text{
		padding:20px 3%;
	}
	.index_about_text h4{
		font-size:24px;
		padding-bottom: 5px;
	}
	.index_about_text p {
		font-size: 15px;
		margin: 20px 0 30px;
	}
	.index_about_text a{
		width: 150px;
	}
	.index_about_sz ul li{
		padding-left: 25px;
	}
	.index_about_sz ul li p.p1 span{
		font-size:42px;
	}
	.index_about_sz ul li p.p2{
		font-size:16px;
	}
}
@media(max-width: 1440px){

}
@media(max-width: 1259px){
	.index-about{
		padding:60px 0;
	}
	.index-about .ui-title {
		margin-bottom: 30px;
	}
	.index_about_text {
		padding: 15px 2%;
	}
	.index_about_text h4{
		font-size:20px;
	}
	.index_about_text p {
		font-size: 15px;
		margin: 15px 0;
	}
	.index_about_text a{
		height: 45px;
		line-height: 45px;
		width: 120px;
	}
	.index_about_text a span{
		margin-left: 20px;
	}
	.index_about_sz ul li {
		padding-left: 15px;
	}
	.index_about_sz ul li p.p1 span {
		font-size: 36px;
	}
	.index_about_sz ul li p.p1 sub{
		font-size:14px;
	}
	.index_about_sz ul li p.p2 {
		font-size: 15px;
		line-height: 1.6em;
	}
}
@media(max-width: 1024px){
	.index-about {
		padding: 40px 0;
	}
}
@media(max-width: 768px){
	.index-about{
		margin-top: 20px;
	}
	.index_about_text{
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,.2);
	}
	.index_about_sz {
		width: 100%;
	}
	.index_about_sz li{
		padding: 15px;
		background-size:40px auto !important;
	}
}
@media(max-width: 640px){
	.index-about {
		padding: 30px 0;
	}
	.index-about .ui-title {
		margin-bottom: 20px;
	}
	.index_about_text h4 {
		font-size: 17px;
	}
	.index_about_sz ul li p.p1 span {
		font-size: 30px;
	}
}



.clearfix{

}
.index-case{
	padding:70px 0 105px;
}
.index-case .more1{
	margin: 0 auto;
	margin-top: 30px;
}
.index-case-top{
	margin-bottom:60px;
	display: flex;
	justify-content: space-between;
}
.index-case .ui-title{
	width: 40%;
	margin-bottom:0;
}

.index-creative-technology-nav {
	width:55%;
	padding-top:50px;
	padding-right: 5%;
	overflow: hidden;
	text-align: right;
	display: none;
}
.inav a{
	font-size: 16px;
	color: #171921;
	display: inline-block;
	padding: 0 20px;
	position: relative;
	overflow: hidden;
	font-weight: 600;
	margin-left:30px;
	transition: all 0.4s ease-out;
	font-family: '微软雅黑';
}
.inav a:first-child{
	margin-left: 0;
}
.inav a.cur {color: #51b435;}
.inav a:hover{
	color: #51b435;
	transition: all 0.4s;
}
.inav a::before {background: url('../images/nav1.png') left center no-repeat;left:5px;}
.inav a::after  {background: url('../images/nav1.png') right center no-repeat;right:5px;}
.index-creative-technology-nav a.cur::before,.index-creative-technology-nav a.cur::after {
	display: block;
}
.index-creative-technology-nav a::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 7px;
	width: 7px;
	height: 14px;
	margin-top: -7px;
	background: url(../images/nav1.png) left center no-repeat;
	display: none;
}
.index-creative-technology-nav a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 7px;
	width: 7px;
	height: 14px;
	margin-top: -7px;
	background: url(../images/nav2.png) right center no-repeat;
	display: none;
}

.index-creative-technology-swiper {
	position: relative;
	overflow: hidden;
	/*    padding:50px 0 0 0;*/
	width:100%;
	clear: both;
}
.index-creative-technology-swiper::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 20px;
	background: #e0e0e0;
}
.index-creative-technology-swiper a {
	display: block;
	overflow: hidden;
	position: relative;
}
.index-creative-technology-swiper .img {
	position: relative;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.6s ease-out;
}
.index-creative-technology-swiper .img .mark-img {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index:2;
	display: none;
}
.index-creative-technology-swiper .img .mark-img img{
	display: block;
	width: 100%;
	height: auto;
	opacity: 1;
}
.index-creative-technology-swiper .img img{
	display: block;
	width: 100%;
	height: auto;
	opacity: 0;

}
.index-creative-technology-swiper a:hover .img {
	background-size: 110%;
	transition: all 0.6s;
}
.index-creative-technology-swiper .txt {
	overflow: hidden;
	position: absolute;
	width: 100%;
	padding: 3% 3%;
	left: 0;
	bottom: 0;
	z-index: 3;
	background: rgba(81,180,53,0.6);
}
.index-creative-technology-swiper .txt strong{
	float: left;
	width:70%;
	display: block;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}
.index-creative-technology-swiper .txt span {
	float: left;
	width:30%;
	display: block;
	font-size: 14px;
	line-height: 40px;
	font-weight: normal;
	opacity: .4;
	color: #fff;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.line-dot{
	width: 50px;
	height:30px;
	background: #fff;
	margin:40px auto 0;
	position: relative;
}
.line-dot *{
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	transition:all .4s ease;
}
.line-dot::before {
	content: '';
	position: absolute;
	width:1px;
	height: 20px;
	left:50%;
	top: -30px;
	margin-left: -0.5px;
	background: #e0e0e0;
	display:block;
}
.line-dot li {
	width:22px;
	height: 22px;
	border: 2px solid #e7e7e7;
	border-radius:100px;
	margin: 2.5px auto;
	overflow: hidden;
}
.line-dot i{
	display: block;
	width: 4px;
	height:4px;
	border-radius:10px;
	margin:7px;
	background: #2c2e38;
	overflow: hidden;
}
.index-creative-technology-swiper .swiper-slide:hover .line-dot li{border: 2px solid #282a34;}
.index-creative-technology-swiper .swiper-slide:hover .line-dot li i{background: #e81836;}
/*.index-creative-technology-swiper .swiper-slide:hover .line-dot::before { background: #727272;}*/

a.more3{
	display: block;
	width: 176px;
	line-height: 58px;
	height: 58px;
	background: #e60021;
	color: #fff;
	text-align: center;
	margin:50px auto 0;
}
a.more3 span {
	display: inline-block;
	width: 10px;
	height: 15px;
	background: url(../images/jt1.png) no-repeat center;
	margin-left: 30px;
	position: relative;
	top: 3px;
}
a.more3:hover{
	opacity: .9;
}
@media(max-width: 1800px){

}
@media(max-width: 1600px){
	.inav a{
		margin-left: 20px;
	}
	a.more3{
		width: 150px;
	}
}
@media(max-width: 1440px){

}
@media(max-width: 1259px){
	.index_main3 {
		padding: 60px 0;
	}
	.title1 em {
		font-size: 15px;
		margin-top: 5px;
	}
	.inav a{
		margin-left: 10px;
	}
	.index-creative-technology-nav{
		padding-right: 0;
	}
	.index-creative-technology-swiper .txt{
		padding:3% 2%;
	}
	.index-creative-technology-swiper .txt strong{
		font-size:18px;
	}
	a.more3{
		width: 120px;
		line-height: 50px;
		height: 50px;
	}
	a.more3 span{
		margin-left: 20px;
	}
}
@media(max-width: 1024px){

}
@media(max-width: 860px){
	.index_main3 .title1{
		width: 100%;
		float: none;
	}
	.index-creative-technology-nav{
		text-align: left;
		width: 100%;
		float:none;
		padding-top:15px;
	}
	.inav a{
		padding: 0 15px;
		margin-left: 0;
	}
}
@media(max-width: 768px){
	.index_main3 {
		padding: 40px 0;
	}
	.index_main3_top {
		margin-bottom: 30px;
	}
}
@media(max-width: 640px){
	.index_main3 {
		padding: 30px 0;
	}
	.index_main3_top {
		margin-bottom: 10px;
	}
	.title1 em {
		font-size: 14px;
		margin-top: 0px;
	}
	.inav a {
		font-size: 15px;
		padding: 0 10px;
	}
	.index-creative-technology-nav a::before{
		left:0;
	}
	.index-creative-technology-nav a::after{
		right:0;
	}
	.index-creative-technology-nav{
		padding-top:10px;
	}
	.index_main4_tit a {
		margin-top:10px;
		line-height: 45px;
		height: 45px;
	}
}

.mbshow {
	display: none !important;
}



.index-news{
	background: #f5f5f5;
	padding: 60px 0px;
}
.index-news-row{
	margin: 0px -10px;
	display: flex;
	justify-content: space-between;
}
.index__news-hot{
	width: 50%;
	padding: 0px 10px;
}
.index__news-item {
	display:block;
	background-color:#fff
}
.index__news-item .img {
	overflow:hidden
}
.index__news-item .img span {
	display:block;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	-webkit-transition:all 1s;
	-o-transition:all 1s;
	transition:all 1s
}
.index__news-item .txt {
	padding:20px 40px
}

@media (max-width: 1681px) {
	.index__news-item .txt {
		padding:20px 30px
	}
}
@media (max-width: 668px) {
	.index__news-item .txt {
		padding:20px
	}
}
.index__news-item .txt b.t {
	display:block;
	width:100%;
	height:30px;
	line-height:30px;
	font-size:24px;
	color:#000;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	-webkit-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s
}
@media (max-width: 1681px) {
	.index__news-item .txt b.t {
		font-size:18px
	}
}
.index__news-item .txt .des {
	display:block;
	width:100%;
	font-size:16px;
	line-height:34px;
	height:68px;
	color:#333;
	min-width:0;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical
}
@media (max-width: 1681px) {
	.index__news-item .txt .des {
		font-size:14px;
		line-height:26px;
		height:52px
	}
}
.index__news-item .txt span.date {
	display:block;
	font-size:18px;
	color:#51b435;
	font-family:'agfutura'
}
@media (max-width: 1681px) {
	.index__news-item .txt span.date {
		font-size:16px
	}
}
.index__news-item:hover .img span {
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1)
}
.index__news-item:hover .txt b.t {
	color:#51b435
}
@media (max-width: 968px) {
	.index__news-hot {
		margin-bottom:20px
	}
}
.index__news-hot .img {
	height:395px
}
@media (max-width: 1681px) {
	.index__news-hot .img {
		height:369px
	}
}
@media (max-width: 668px) {
	.index__news-hot .img {
		height:200px
	}
}
.index__news-hot .txt .des {
	margin:12px 0 25px
}
@media (max-width: 668px) {
	.index__news-hot .txt .des {
		margin:10px 0
	}
}
.index__news-list{
	width: 50%;
	padding: 0px 10px;
}

.index__news-list li {
	display:block;
	margin-bottom:20px
}
.index__news-list li .index__news-item{
	display: flex;
	justify-content: space-between;
}
.index__news-list li:nth-last-of-type(1) {
	margin-bottom:0
}
.index__news-list li .img {
	float:left;
	width:35%;
	height:185px
}
@media (max-width: 1681px) {
	.index__news-list li .img {
		height:170px
	}
}
@media (max-width: 668px) {
	.index__news-list li .img {
		height:150px
	}
}
.index__news-list li .txt {
	float:right;
	width:65%
}
@media (max-width: 668px) {
	.index__news-list li .txt {
		padding:10px 20px
	}
}
.index__news-list li .txt .des {
	margin:10px 0
}




@media only screen and (max-width: 1440px) {
	/*banner*/
	.ban-box .ban-img img {
		height: 700px;
	}




}

@media only screen and (max-width: 1280px) {
	/*banner*/
	.ban-box .ban-img img {
		height: 400px;
	}
	.ban-box .ban-col .content{
		margin-top: 0px;
	}
	.ban-col .content h3 {
		font-size: 32px;
	}
	.ban-col .content h2 {
		font-size: 20px;
		margin: 15px 0 50px;
	}
	.ban-col .content a {
		width: 200px;
		height: 55px;
	}
	.ban-col .content a i {
		width: 20px;
	}
	.ban-col .content a span {
		font-size: 14px;
		margin-right: 15px;
	}
	.ban-box .swiper-button-next,
	.ban-box .swiper-button-prev {
		width: 50px;
		height: 50px;
		font-size: 18px;
	}

}

@media only screen and (max-width: 1180px) {
	/*banner*/
	.ban-box .ban-img img {
		height: 400px;
	}


	.ban-col .content a {
		width: 180px;
		height: 55px;
	}
	.ban-col .content a span {
		font-size: 14px;
		margin-right: 10px;
	}

}

@media only screen and (max-width: 820px) {
	/*banner*/
	.ban-box .ban-img img {
		height: 300px;
	}
	.index-about .container{
		flex-wrap: wrap;
	}
	.index-about{
		padding: 50px 0px;
	}
	.index-about .index-tit{
		width: 100%;
	}
	.index-about .intro{
		width: 100%;
		margin-top: 30px;
	}
	.ban-col .content a{
		display: none;
	}
	.ban-col .content h2{
		margin: 15px 0px 0px 0px;
	}

	.index-pro{
		margin-top: 20px;
	}
	.product_list1{
		margin-top: 20px;
	}
	.ui-title {
		margin-bottom: 20px;
	}
	.ui-title h3{
		font-size:22px;
		margin-bottom: 10px;
	}
	.ui-title p span {
		width: 30px;
	}

	.product_list1 {
		margin-top: 20px;
	}
	.product_list1 li {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 15px;
	}
	.product_list1 li a .text {
		padding: 15px 10px;
		text-align: left;
	}
	.product_list1 li a .text p{
		font-size: 14px;
	}
	.product_list1 li a .text h3 {
		font-size: 16px;
	}
	.product_list1 li a .text span{
		margin-top:30px;
		padding-left: 40px;
		line-height: 30px;
		height: 30px;
		background-size: 30px;
		margin-left: 10px;
	}
	.product_list1 li:hover a .text{
		opacity: 1;
	}
	.product_list1 li:hover a .img{
		opacity: 0;
	}
	.product_list1 li:hover a .txt{
		opacity: 0;
	}

	a.more1{
		text-indent: 15px;
		font-size: 14px;
		line-height: 30px !important;
		height: 30px !important;
		width: 120px;
	}
	a.more1:hover{
		text-indent: 25px;
		color: #fff;
		background: url(../images/jt4.png) no-repeat 85% center #75ab22;
	}
	.index-case .ui-title{
		width: 100%;
	}
	.index-case{
		padding: 20px 0px;
	}
	.index-case .more1{
		margin-top: 20px;
	}
	.index-case-top{
		margin-bottom: 20px;
	}
	.index-news-row{
		flex-direction: column;
	}
	.index__news-hot,.index__news-list{
		width: 100%;
	}

}

@media only screen and (max-width: 540px) {
	/*banner*/
	.ban-box .ban-img img {
		height: 240px;
	}

	.ban-box .swiper-button-next,
	.ban-box .swiper-button-prev {
		width: 40px;
		height: 40px;
		font-size: 18px;
	}
	.ban-col .content h3{
		font-size: 24px;
	}
	.ban-col .content h2{
		font-size: 18px;
	}
	.index-tit h3 span{
		font-size: 42px;
		line-height: 36px;
	}
	.index-tit h3 i{
		width: 50px;
		height: 10px;
		margin-left: -40px;
	}
	.index-tit h2{
		font-size: 24px;
		margin-top: 5px;
	}
	.index-about{
		padding: 30px 0px;
	}
	.index-about .intro .hd{
		font-size: 28px;
	}
	.index-about .intro .ct{
		margin: 10px 0px;
	}
	a.btnMore{
		margin-top: 20px;
	}
	.index-pro{
		padding: 30px 0px;
	}
	.index-pro .btn .swiper-button-next, .index-pro .btn .swiper-button-prev{
		width: 30px;
		height: 30px;
		font-size: 24px;
	}
	.index-pro .btn{
		width: 70px;
	}
	.index-pro .ct{
		margin-top: 0px;
	}
	.index-pro .ct li a{
		padding: 10px;
	}
	.index-pro .ct li a .txt{
		font-size: 16px;
		margin-top: 10px;
	}
	.index-pro .btnMore{
		margin: 20px auto 0px;
	}
	.index-culture{
		background-image: url("../images/culbg2.jpg");
		position: relative;
	}
	.index-culture .project-bottom{
		position: absolute;
		top: 30px;
		right: 20px;
		z-index: 99;
		display: block;
	}
	.index-culture .swiper-button-prev {
		background: none;
		position: unset;
		margin: 0 10px 0 20px;
		width: 20px;
		height: 20px;
		display: inline-block;
		vertical-align: middle;
		align-items: center;
		justify-content: center;
		transition: all 0.4s;
		cursor: pointer;
		transform: rotateY(180deg);
	}
	.index-culture  .swiper-button-next {
		background: none;
		position: unset;
		margin: 0px;
		width: 20px;
		height: 20px;
		display: inline-block;
		vertical-align: middle;
		align-items: center;
		justify-content: center;
		transition: all 0.4s;
		cursor: pointer;
	}

	.index-culture li{
		height: 520px;
		padding: 0px 20px;
	}
	.index-culture li .summary .advIcon{
		top: 30px;
	}
	.index-culture li .summary .advCol{
		bottom: 30px;
	}
	.index-culture li:hover .advCol{
		bottom: 50px;
	}
	.index-project{
		padding: 30px 0px;
	}
	.index-project .container{
		flex-wrap: wrap;
	}
	.index-project .hd{
		width: 100%;
	}
	.index-project .hd .intro{
		margin: 15px 0px;
	}
	.index-project .ct{
		width: 100%;
		margin-top: 30px;
	}
	.index-project .ct .con{
		padding: 0px 20px;
	}
	.index-project .ct .switch-bottom{
		padding: 0px 20px;
	}
	.index-news{
		padding: 30px 0px;
	}
	.index-news .hd .cate{
		display: none;
	}
	.index-news .ct{
		margin-top: 30px;
	}
	.index-news .ct ul{
		flex-wrap: wrap;
	}
	.index-news .ct li{
		width: 100% !important;
		margin-bottom: 15px;
		border-radius: 4px;
		padding: 10px;
	}
	.index-news .ct li a{
		flex-wrap: wrap;
	}
	.index-news .ct li:first-child .img{
		width: 100%;
		border-radius: 4px;
	}
	.index-news .ct li:first-child .txt{
		width: 100%;
		padding: 0px;
		margin-top: 15px;
	}
	.index-news .ct li .txt .date{
		font-size:24px;
	}
	.index-news .ct li .txt .title{
		font-size: 16px;
	}
	.index-news .ct li .txt .intro{
		margin-top: 10px;
		padding-top: 10px;
		margin-bottom: 10px;
	}
	.index-news .ct li:last-child .txt{
		margin-top: 10px;
	}
}